Skip to content

Redeploy deployments from the Deployments view#77

Open
hauptmedia wants to merge 1 commit into
mainfrom
codex/deployment-redeploy
Open

Redeploy deployments from the Deployments view#77
hauptmedia wants to merge 1 commit into
mainfrom
codex/deployment-redeploy

Conversation

@hauptmedia

Copy link
Copy Markdown

Summary

  • add a deployment redeploy REST binding for Camunda's deployment redeploy endpoint
  • surface a redeploy action on selected deployments and refresh/navigate to the returned deployment
  • add localized labels plus API and page coverage for the redeploy workflow

Reference

Verification

  • node -e "JSON.parse(require('fs').readFileSync('public/locales/en-US/translation.json','utf8')); JSON.parse(require('fs').readFileSync('public/locales/de-DE/translation.json','utf8')); console.log('locale JSON ok')"
  • npx eslint src/api/resources/deployment.js src/api/resources/deployment.test.js src/pages/Deployments.jsx src/pages/Deployments.test.jsx
  • npx vitest run src/api/resources/deployment.test.js src/pages/Deployments.test.jsx
  • npx vitest run --maxWorkers=4
  • npm run build
  • browser smoke at http://127.0.0.1:5175/deployments/dep1: reached login boundary with title Operaton and no console errors

@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant